Edit Task: SetPossibilityResourceAccommodation
Format
SCHED / EditTask '<TaskName>' SetPossibilityResourceAccommodation '<PossibilityName>' '<ResourceName>' <Accommodation>
Description
The SetPossibilityResourceAccommodation attribute under EditTask defines whether the resource usage's accommodation is applicable for a single task possibility.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes. |
ResourceName | A string of text in single quotes of the resource name that is being defined within the command. |
Accommodation | A Boolean value. If true, then the accommodation will be applied for the task possibility. |
Examples
Make accommodation not applicable for ResA in the possibility containing ResA and ResB
SCHED / EditTask 'TaskA' SetPossibilityResourceAccommodation 'ResA,ResB' 'ResA' False